home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 72 / Cine Live 72.iso / pc / Data / Interface / sommaire.k < prev    next >
Encoding:
Text File  |  2003-09-10  |  29.7 KB  |  827 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000173,$0000007D,$000001C6,$00000391,$00000000,$FFFFFF37,$00000000,$00000000};
  6.         LayoutWindow is {$00000088,$000000B1,$000002A3,$000002F0,$00000000,$00000044,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oSOMMAIRE3,
  17.         oMovie4,
  18.         oBonus_UGC_mov5,
  19.         oBox_26,
  20.         oBox_27,
  21.         oPub_SIM_CITY8,
  22.         oPub_Warner34,
  23.         oBONUS_UGC9,
  24.         oBonus_Nemo_mov10,
  25.         oBonus_Nemo11,
  26.         obonus_Nos_amis12,
  27.         obonusincrust13,
  28.         ofilm_314,
  29.         ofilm_315,
  30.         ofilm416,
  31.         ofilm_517,
  32.         ofilm_618,
  33.         ofilm_819,
  34.         ofilm_820,
  35.         ofilm_921,
  36.         ofilm_1122,
  37.         ofilm_1123,
  38.         ofilm_1224,
  39.         ofilm_1025,
  40.         oAllocine26,
  41.         obios27,
  42.         oavant_premi_res28,
  43.         oReportages29,
  44.         ovid_os30,
  45.         oweb31,
  46.         oBOUCLE_DES_FILM32,
  47.         oquitter33
  48.     ];
  49.     Events is [
  50.         cOnscreenEvent
  51.         with Flags is $00000004; 
  52.             Commands is [
  53.                 cRunCommand
  54.                 with Flags is $00000004; Target is oMusic2; end,
  55.                 cRunCommand
  56.                 with Flags is $00000004; Target is oBonus_UGC_mov5; end
  57.             ];
  58.         end,
  59.         cKeyboardEvent
  60.         with Value is "+"; 
  61.             Commands is [
  62.                 cSetVolumeCommand
  63.                 with Flags is $00000004; Mode is ExecuteHigher; end
  64.             ];
  65.         end,
  66.         cKeyboardEvent
  67.         with Value is "-"; 
  68.             Commands is [
  69.                 cSetVolumeCommand
  70.                 with Flags is $00000004; Mode is ExecuteLower; end
  71.             ];
  72.         end,
  73.         cKeyboardEvent
  74.         with Value is "m"; 
  75.             Commands is [
  76.                 cRunCommand
  77.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  78.             ];
  79.         end
  80.     ];
  81. end;
  82.  
  83. object oMusic2 is cSound
  84. with 
  85.     Flags is $00001000; 
  86.     Name is "Music"; 
  87.     
  88.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  89.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  90.     Looping is true; 
  91.     URL is "data/Sons/1.mp3"; URLOption is GetDiskURL; 
  92.     
  93. end;
  94.  
  95. object oSOMMAIRE3 is cImage
  96. with 
  97.     Name is "SOMMAIRE"; 
  98.     Enabled is false; 
  99.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  100.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  101.     
  102.     URL is "data/Images/sommaire.jpg"; URLOption is GetDiskURL; 
  103.     
  104.     
  105. end;
  106.  
  107. object oMovie4 is cMovie
  108. with 
  109.     release Editor:
  110.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  111.     end;
  112.     Name is "Movie"; 
  113.     
  114.     X is 207; Y is 400; 
  115.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  116.     Looping is true; 
  117.     URL is "../Anims/Abocine%2072.mov"; 
  118.     
  119. end;
  120.  
  121. object oBonus_UGC_mov5 is cMovie
  122. with 
  123.     Flags is $00000154; 
  124.     Name is "Bonus UGC mov"; 
  125.     
  126.     X is 650; Y is 500; 
  127.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  128.     Looping is true; 
  129.     URL is "../Anims/UGC.mov"; 
  130.     
  131. end;
  132.  
  133. object oBox_26 is cBox
  134. with 
  135.     Flags is $00000110; 
  136.     release Editor:
  137.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  138.     end;
  139.     Name is "Box 2"; 
  140.     Region is {$FFFF0030,$00000001,$00480038,$00000001,$001C7FFF,$00010001,$0002001C,$00387FFF,$00250037,$00387FFF,$00480002,$00377FFF,$7FFF0000};
  141.     Cursor is oEarthCursor; 
  142.     X is 27; Y is 441; 
  143.     Width is 56; Height is 73; 
  144.     
  145.     
  146.     Events is [
  147.         cMouseUpEvent
  148.         with Flags is $00000004; Flag is true; 
  149.             Commands is [
  150.                 cLaunchCommand
  151.                 with Flags is $00000004; URL is "http://www.cine-live.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  152.             ];
  153.         end,
  154.         cMouseEnterEvent
  155.         with 
  156.             Commands is [
  157.                 cRunCommand
  158.                 with Flags is $00000004; Target is oMovie4; Rewind is true; end
  159.             ];
  160.         end,
  161.         cMouseLeaveEvent
  162.         with 
  163.             Commands is [
  164.                 cRunCommand
  165.                 with Flags is $00000004; Target is oMovie4; Mode is Clear; Rewind is true; end
  166.             ];
  167.         end
  168.     ];
  169. end;
  170.  
  171. object oBox_27 is cBox
  172. with 
  173.     Flags is $00000150; 
  174.     release Editor:
  175.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  176.     end;
  177.     Name is "Box 2"; 
  178.     Region is {$FFFF00B4,$00010000,$00690053,$00010000,$00297FFF,$00020029,$00527FFF,$00210052,$00537FFF,$00350000,$00017FFF,$00420052,$00537FFF,$00440051,$00527FFF,$00460050,$00517FFF,$0048004F,$00507FFF,$00490001,$00027FFF,$004A004E,$004F7FFF,$004C004D,$004E7FFF,$004E004C,$004D7FFF,$0050004B,$004C7FFF,$0053004A,$004B7FFF,$00570049,$004A7FFF,$005B0048,$00497FFF,$005E0002,$00037FFF,$005F0047,$00487FFF,$00630046,$00477FFF,$00670045,$00467FFF,$00690003,$00457FFF,$7FFF0000};
  179.     Cursor is oEarthCursor; 
  180.     X is 224; Y is 399; 
  181.     Width is 86; Height is 119; 
  182.     
  183.     
  184.     Events is [
  185.         cMouseUpEvent
  186.         with Flags is $00000004; Flag is true; 
  187.             Commands is [
  188.                 cLaunchCommand
  189.                 with Flags is $00000004; URL is "http://www.cine-live.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  190.             ];
  191.         end,
  192.         cMouseEnterEvent
  193.         with Flags is $00000004; 
  194.             Commands is [
  195.                 cRunCommand
  196.                 with Flags is $00000004; Target is oMovie4; Rewind is true; end
  197.             ];
  198.         end,
  199.         cMouseLeaveEvent
  200.         with Flags is $00000004; 
  201.             Commands is [
  202.                 cRunCommand
  203.                 with Flags is $00000004; Target is oMovie4; Mode is Clear; Rewind is true; end
  204.             ];
  205.         end
  206.     ];
  207. end;
  208.  
  209. object oPub_SIM_CITY8 is cBox
  210. with 
  211.     Flags is $00000150; 
  212.     Name is "Pub SIM CITY"; 
  213.     Region is {$FFFF01D0,$00050003,$00910054,$00050053,$00547FFF,$0006004F,$00537FFF,$0007004A,$004F7FFF,$00080046,$004A7FFF,$00090042,$00460053,$00547FFF,$000A003E,$00427FFF,$000B0039,$003E7FFF,$000C0035,$00397FFF,$000D0031,$00357FFF,$000E002D,$00317FFF,$000F0028,$002D7FFF,$00100024,$00287FFF,$00110020,$00240052,$00537FFF,$0012001B,$00207FFF,$00130017,$001B7FFF,$00140013,$00177FFF,$0015000F,$00137FFF,$00160005,$0009000A,$000F7FFF,$00170003,$00040009,$000A7FFF,$00180003,$00057FFF,$00190004,$00050051,$00527FFF,$00210050,$00517FFF,$0025004F,$00507FFF,$0026004A,$004F7FFF,$00280049,$004A7FFF,$00290048,$00497FFF,$002A0047,$00487FFF,$002C0046,$00477FFF,$002D0045,$00467FFF,$002E0044,$00457FFF,$00300043,$00447FFF,$00310042,$00437FFF,$00320041,$00427FFF,$00340005,$00067FFF,$003D0041,$00427FFF,$004B0042,$00437FFF,$00520043,$00447FFF,$0056004B,$00507FFF,$00570044,$004B7FFF,$00710006,$00077FFF,$0084004D,$00507FFF,$0085004A,$004D7FFF,$00860045,$004A7FFF,$0087003F,$00457FFF,$00880039,$003F7FFF,$00890034,$00397FFF,$008A002E,$00347FFF,$008B0028,$002E7FFF,$008C0022,$00287FFF,$008D001C,$00227FFF,$008E0017,$001C7FFF,$008F0011,$00177FFF,$0090000B,$00117FFF,$00910007,$000B7FFF,$7FFF0000};
  214.     Cursor is oEarthCursor; 
  215.     X is 139; Y is 264; 
  216.     Width is 87; Height is 147; 
  217.     
  218.     
  219.     Events is [
  220.         cMouseUpEvent
  221.         with Flags is $00000004; Flag is true; 
  222.             Commands is [
  223.                 cLaunchCommand
  224.                 with Flags is $00000004; URL is "http://www.france.ea.com/product_spec.asp?id=1672"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  225.             ];
  226.         end
  227.     ];
  228. end;
  229.  
  230. object oPub_Warner34 is cBox
  231. with 
  232.     Flags is $00000154; 
  233.     Name is "Pub Warner"; 
  234.     Region is {$FFFF004C,$00000001,$001D0092,$00000001,$00847FFF,$00010084,$00927FFF,$00060091,$00927FFF,$00100090,$00917FFF,$001A008F,$00907FFF,$001B0001,$00137FFF,$001C0013,$00367FFF,$001D0036,$008F7FFF,$7FFF0000};
  235.     Cursor is oEarthCursor; 
  236.     X is 435; Y is 437; 
  237.     Width is 147; Height is 29; 
  238.     
  239.     
  240.     Events is [
  241.         cMouseUpEvent
  242.         with Flags is $00000004; Flag is true; 
  243.             Commands is [
  244.                 cLaunchCommand
  245.                 with Flags is $00000004; URL is "http://www.warnerdvdclub.com/cine_dvd_live.asp"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  246.             ];
  247.         end
  248.     ];
  249. end;
  250.  
  251. object oBONUS_UGC9 is cBox
  252. with 
  253.     Flags is $00000150; 
  254.     release Editor:
  255.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  256.     end;
  257.     Name is "BONUS UGC"; 
  258.     Region is {$FFFF000A,$00010000,$0032004B};
  259.     Cursor is oEarthCursor; 
  260.     X is 703; Y is 545; 
  261.     Width is 75; Height is 50; 
  262.     
  263.     
  264.     Events is [
  265.         cMouseUpEvent
  266.         with Flags is $00000004; Flag is true; 
  267.             Commands is [
  268.                 cLaunchCommand
  269.                 with Flags is $00000004; URL is "http://www.ugc.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  270.             ];
  271.         end
  272.     ];
  273. end;
  274.  
  275. object oBonus_Nemo_mov10 is cMovie
  276. with 
  277.     Flags is $00000150; 
  278.     Name is "Bonus Nemo mov"; 
  279.     Enabled is false; Shown is false; 
  280.     Y is 70; 
  281.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  282.     
  283.     URL is "../Anims/Tortue%20Nemo.mov"; 
  284.     
  285. end;
  286.  
  287. object oBonus_Nemo11 is cBox
  288. with 
  289.     Flags is $00000150; 
  290.     release Editor:
  291.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  292.     end;
  293.     Name is "Bonus Nemo"; 
  294.     Region is {$FFFF0164,$00290000,$0079003C,$0029002C,$00367FFF,$002A0017,$002C7FFF,$002B000B,$00170036,$00377FFF,$002C000A,$000B7FFF,$002D0037,$00387FFF,$002E0009,$000A7FFF,$002F0008,$00090038,$00397FFF,$00310007,$00080039,$003A7FFF,$00330006,$0007003A,$003B7FFF,$00350005,$00067FFF,$00360004,$00057FFF,$00380003,$00047FFF,$0039003B,$003C7FFF,$003A0002,$00037FFF,$003C0001,$00027FFF,$003D0000,$00017FFF,$0040003B,$003C7FFF,$0044003A,$003B7FFF,$00490039,$003A7FFF,$004D0038,$00397FFF,$00520037,$00387FFF,$00590036,$00377FFF,$005D0035,$00367FFF,$005E0034,$00357FFF,$005F0033,$00347FFF,$00600032,$00337FFF,$00610030,$00327FFF,$0062002F,$00307FFF,$0065002E,$002F7FFF,$0067002D,$002E7FFF,$006A002C,$002D7FFF,$006C002B,$002C7FFF,$006E002A,$002B7FFF,$00710029,$002A7FFF,$00730026,$00297FFF,$00740023,$00267FFF,$00750020,$00237FFF,$0076001D,$00207FFF,$00770016,$001D7FFF,$00780009,$00167FFF,$00790000,$00097FFF,$7FFF0000};
  295.     Cursor is oFingerCursor; 
  296.     X is -1; Y is 146; 
  297.     Width is 111; Height is 155; 
  298.     
  299.     
  300.     Events is [
  301.         cMouseLeaveEvent
  302.         with Flags is $00000004; 
  303.             Commands is [
  304.                 cShowCommand
  305.                 with Flags is $00000004; Target is oBonus_Nemo_mov10; Mode is Clear; end,
  306.                 cRunCommand
  307.                 with Flags is $00000004; Target is oBonus_Nemo_mov10; Mode is Clear; Rewind is true; end
  308.             ];
  309.         end,
  310.         cMouseEnterEvent
  311.         with Flags is $00000004; 
  312.             Commands is [
  313.                 cShowCommand
  314.                 with Flags is $00000004; Target is oBonus_Nemo_mov10; end,
  315.                 cRunCommand
  316.                 with Flags is $00000004; Target is oBonus_Nemo_mov10; Rewind is true; end
  317.             ];
  318.         end,
  319.         cMouseUpEvent
  320.         with Flags is $00000004; Flag is true; 
  321.             Commands is [
  322.                 cBrowseCommand
  323.                 with Flags is $00000004; URL is "bonus.k"; end
  324.             ];
  325.         end
  326.     ];
  327. end;
  328.  
  329. object obonus_Nos_amis12 is cBox
  330. with 
  331.     Flags is $00000150; 
  332.     Name is "bonus Nos amis"; 
  333.     Region is {$FFFF013C,$00140009,$00760053,$00140050,$00537FFF,$0015004D,$00507FFF,$0016004A,$004D7FFF,$00170047,$004A7FFF,$00180044,$00477FFF,$00190041,$00447FFF,$001A003E,$00417FFF,$001B003B,$003E7FFF,$001C0038,$003B7FFF,$001D0035,$00387FFF,$001E0032,$00357FFF,$001F002F,$00327FFF,$0020002C,$002F7FFF,$00210029,$002C7FFF,$00220026,$00297FFF,$00230023,$00267FFF,$00240020,$00237FFF,$0025001D,$00207FFF,$0026001A,$001D7FFF,$00270017,$001A7FFF,$00280014,$00177FFF,$00290011,$00147FFF,$002A000C,$00117FFF,$0037000B,$000C7FFF,$0050000A,$000B7FFF,$00690009,$000A7FFF,$006B0051,$00537FFF,$006C004A,$00517FFF,$006D0043,$004A7FFF,$006E003C,$00437FFF,$006F0036,$003C7FFF,$0070002F,$00367FFF,$00710028,$002F7FFF,$00720022,$00287FFF,$0073001B,$00227FFF,$00740014,$001B7FFF,$0075000D,$00147FFF,$00760009,$000D7FFF,$7FFF0000};
  334.     Cursor is oFingerCursor; 
  335.     X is 215; Y is 173; 
  336.     Width is 100; Height is 122; 
  337.     
  338.     
  339.     Events is [
  340.         cMouseUpEvent
  341.         with Flags is $00000004; Flag is true; 
  342.             Commands is [
  343.                 cBrowseCommand
  344.                 with Flags is $00000004; URL is "bonus2.k"; end
  345.             ];
  346.         end
  347.     ];
  348. end;
  349.  
  350. object obonusincrust13 is cBox
  351. with 
  352.     Flags is $00000150; 
  353.     Name is "bonusincrust"; 
  354.     Region is {$FFFF0438,$0005000F,$009100BA,$00050074,$00757FFF,$00060071,$00740075,$00767FFF,$0007006E,$00710076,$00777FFF,$0008006B,$006E0077,$00787FFF,$00090068,$006B0078,$00797FFF,$000A0065,$00680079,$007A7FFF,$000B0062,$0065007A,$007B7FFF,$000C005F,$0062007B,$007C7FFF,$000D005C,$005F7FFF,$000E005B,$005C007C,$007D7FFF,$000F005A,$005B007D,$007E7FFF,$00100059,$005A007E,$007F7FFF,$00110058,$0059007F,$00807FFF,$00120057,$00580080,$00817FFF,$00130056,$00570081,$00827FFF,$00140054,$00560082,$00837FFF,$00150053,$00547FFF,$00160052,$00530083,$00847FFF,$00170051,$00520084,$00857FFF,$00180050,$00510085,$00867FFF,$0019004F,$00500086,$00877FFF,$001A004D,$004F0087,$00887FFF,$001B004C,$004D0088,$00897FFF,$001C004B,$004C0089,$008A7FFF,$001D004A,$004B008A,$008B7FFF,$001E0049,$004A7FFF,$001F0048,$0049008B,$008C7FFF,$00200047,$00487FFF,$00210045,$00477FFF,$0022008C,$008D7FFF,$0025008D,$008E7FFF,$00270045,$0046008E,$008F7FFF,$002A008F,$00907FFF,$002E008F,$00907FFF,$0031008E,$008F7FFF,$0034008D,$008E7FFF,$00360046,$00477FFF,$0037008C,$008D7FFF,$003B008B,$008C7FFF,$003E008A,$008B7FFF,$00410046,$00470089,$008A7FFF,$00440088,$00897FFF,$00470087,$00887FFF,$00480045,$00467FFF,$004A0086,$00877FFF,$004B0085,$00867FFF,$004C0084,$00857FFF,$004D0083,$00847FFF,$004E0082,$00837FFF,$004F0044,$00450081,$00827FFF,$0050007F,$00817FFF,$0051007F,$00807FFF,$00550043,$00447FFF,$00560080,$00817FFF,$005A0081,$00827FFF,$005C0042,$00437FFF,$005E0082,$00837FFF,$00600041,$00427FFF,$0061003F,$00410094,$00967FFF,$0062003E,$003F0091,$00940096,$00977FFF,$0063003C,$003E0083,$0084008E,$00910097,$00987FFF,$0064003B,$003C008A,$008E0098,$00997FFF,$00650039,$003B0087,$008A0099,$009A7FFF,$00660038,$00390084,$0087009A,$009B7FFF,$00670036,$0038009B,$009D7FFF,$00680035,$0036009D,$009E7FFF,$00690033,$0035009E,$009F7FFF,$006A0032,$0033009F,$00A07FFF,$006B0030,$003200A0,$00A17FFF,$006C002F,$003000A1,$00A200A3,$00A47FFF,$006D002D,$002F00A2,$00A37FFF,$006E002C,$002D00A4,$00A57FFF,$006F002B,$002C00A5,$00A67FFF,$00700029,$002B00A5,$00A67FFF,$00710028,$002900A5,$00A77FFF,$00720026,$002800A7,$00A87FFF,$00730025,$00267FFF,$00740023,$002500A8,$00A97FFF,$00750022,$00237FFF,$00760020,$002200A9,$00AA7FFF,$0077001F,$002000AA,$00AB7FFF,$0078001D,$001F7FFF,$0079001C,$001D00AB,$00AC7FFF,$007A001A,$001C00AC,$00AD7FFF,$007B0019,$001A7FFF,$007C0017,$001900AD,$00AE7FFF,$007D0016,$001700AE,$00AF7FFF,$007E0014,$00167FFF,$007F00AF,$00B07FFF,$00800013,$001400B0,$00B17FFF,$008200B1,$00B27FFF,$008300B2,$00B37FFF,$00840012,$00137FFF,$008500B3,$00B47FFF,$008700B4,$00B57FFF,$00880011,$001200B5,$00B67FFF,$008A00B6,$00B77FFF,$008B00B7,$00B87FFF,$008C0010,$00117FFF,$008D00B8,$00B97FFF,$008E00B9,$00BA7FFF,$0090000F,$00100090,$00BA7FFF,$0091000F,$00907FFF,$7FFF0000};
  355.     Cursor is oFingerCursor; 
  356.     X is 429; Y is 456; 
  357.     Width is 197; Height is 145; 
  358.     
  359.     
  360.     Events is [
  361.         cMouseUpEvent
  362.         with Flags is $00000004; Flag is true; 
  363.             Commands is [
  364.                 cBrowseCommand
  365.                 with Flags is $00000004; URL is "bonus%20incrust.k"; end
  366.             ];
  367.         end
  368.     ];
  369. end;
  370.  
  371. object ofilm_314 is cBox
  372. with 
  373.     Flags is $00000150; 
  374.     release Editor:
  375.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  376.     end;
  377.     Name is "film 3"; 
  378.     Region is {$FFFF00CC,$00020001,$007A0050,$0002004D,$00507FFF,$00030046,$004D7FFF,$0004003F,$00467FFF,$00050038,$003F7FFF,$00060031,$00387FFF,$0007002A,$00317FFF,$00080022,$002A7FFF,$0009001B,$00227FFF,$000A0014,$001B7FFF,$000B000D,$00147FFF,$000C0006,$000D7FFF,$000D0001,$00067FFF,$003A004F,$00507FFF,$00430001,$00027FFF,$0071004C,$004F7FFF,$00720043,$004C7FFF,$0073003B,$00437FFF,$00740032,$003B7FFF,$0075002A,$00327FFF,$00760021,$002A7FFF,$00770018,$00217FFF,$00780010,$00187FFF,$00790007,$00107FFF,$007A0002,$00077FFF,$7FFF0000};
  379.     Cursor is oFingerCursor; 
  380.     X is 383; Y is 122; 
  381.     Width is 83; Height is 125; 
  382.     
  383.     
  384.     Events is [
  385.         cMouseUpEvent
  386.         with Flags is $00000004; Flag is true; 
  387.             Commands is [
  388.                 cBrowseCommand
  389.                 with Flags is $00000004; URL is "e3.k"; end
  390.             ];
  391.         end
  392.     ];
  393. end;
  394.  
  395. object ofilm_315 is cBox
  396. with 
  397.     Flags is $00000150; 
  398.     release Editor:
  399.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  400.     end;
  401.     Name is "film 3"; 
  402.     Region is {$FFFF01A8,$00000003,$00800053,$00000052,$00537FFF,$0001004E,$00527FFF,$0002004A,$004E7FFF,$00030047,$004A7FFF,$00040043,$00477FFF,$0005003F,$00437FFF,$0006003B,$003F7FFF,$00070037,$003B7FFF,$00080033,$00377FFF,$0009002F,$00337FFF,$000A002C,$002F7FFF,$000B0028,$002C7FFF,$000C0024,$00287FFF,$000D0020,$00247FFF,$000E001C,$00207FFF,$000F0018,$001C7FFF,$00100014,$00187FFF,$00110011,$00147FFF,$0012000D,$00110052,$00537FFF,$00130007,$00080009,$000D7FFF,$00140007,$00097FFF,$001D0007,$00087FFF,$00330006,$00077FFF,$00350051,$00527FFF,$00490005,$00067FFF,$00580050,$00517FFF,$005F0004,$00057FFF,$006A004F,$00507FFF,$006B004C,$004F7FFF,$006C0048,$004C7FFF,$006D0045,$00487FFF,$006E0041,$00457FFF,$006F003E,$00417FFF,$0070003A,$003E7FFF,$00710037,$003A7FFF,$00720033,$00377FFF,$00730030,$00337FFF,$0074002C,$00307FFF,$00750003,$00040029,$002C7FFF,$00760025,$00297FFF,$00770022,$00257FFF,$0078001E,$00227FFF,$0079001B,$001E7FFF,$007A0017,$001B7FFF,$007B0014,$00177FFF,$007C0010,$00147FFF,$007D000D,$00107FFF,$007E0009,$000D7FFF,$007F0006,$00097FFF,$00800003,$00067FFF,$7FFF0000};
  403.     Cursor is oFingerCursor; 
  404.     X is 299; Y is 135; 
  405.     Width is 84; Height is 129; 
  406.     
  407.     
  408.     Events is [
  409.         cMouseUpEvent
  410.         with Flags is $00000004; Flag is true; 
  411.             Commands is [
  412.                 cBrowseCommand
  413.                 with Flags is $00000004; URL is "e4.k"; end
  414.             ];
  415.         end
  416.     ];
  417. end;
  418.  
  419. object ofilm416 is cBox
  420. with 
  421.     Name is "film4"; 
  422.     Region is {$FFFF0054,$00030005,$00740053,$00030006,$00147FFF,$00040014,$002D7FFF,$0005002D,$00467FFF,$00060046,$00537FFF,$00210052,$00537FFF,$003C0005,$00067FFF,$00580051,$00527FFF,$0073002C,$00517FFF,$00740005,$002C7FFF,$7FFF0000};
  423.     Cursor is oFingerCursor; 
  424.     X is 461; Y is 121; 
  425.     Width is 87; Height is 121; 
  426.     
  427.     
  428.     Events is [
  429.         cMouseUpEvent
  430.         with Flag is true; 
  431.             Commands is [
  432.                 cBrowseCommand
  433.                 with URL is "e2.k"; end
  434.             ];
  435.         end
  436.     ];
  437. end;
  438.  
  439. object ofilm_517 is cBox
  440. with 
  441.     Flags is $00000150; 
  442.     Name is "film 5"; 
  443.     Region is {$FFFF006C,$00010008,$00730057,$00010008,$00107FFF,$00020010,$001D7FFF,$0003001D,$002A7FFF,$0004002A,$00377FFF,$00050037,$00447FFF,$00060044,$00517FFF,$00070051,$00577FFF,$00220056,$00577FFF,$00580055,$00567FFF,$00710008,$001B7FFF,$0072001B,$00427FFF,$00730042,$00557FFF,$7FFF0000};
  444.     Cursor is oFingerCursor; 
  445.     X is 538; Y is 124; 
  446.     Width is 91; Height is 120; 
  447.     
  448.     
  449.     Events is [
  450.         cMouseUpEvent
  451.         with Flags is $00000004; Flag is true; 
  452.             Commands is [
  453.                 cBrowseCommand
  454.                 with Flags is $00000004; URL is "e1.k"; end
  455.             ];
  456.         end
  457.     ];
  458. end;
  459.  
  460. object ofilm_618 is cBox
  461. with 
  462.     Flags is $00000150; 
  463.     release Editor:
  464.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  465.     end;
  466.     Name is "film 6"; 
  467.     Region is {$FFFF00CC,$000C0004,$00840053,$000C0006,$000A7FFF,$000D000A,$00137FFF,$000E0013,$001B7FFF,$000F001B,$00247FFF,$00100024,$002C7FFF,$0011002C,$00357FFF,$00120035,$003E7FFF,$0013003E,$00467FFF,$00140046,$004F7FFF,$0015004F,$00537FFF,$00260005,$00067FFF,$005D0004,$00057FFF,$00790004,$00087FFF,$007A0008,$000F7FFF,$007B000F,$00167FFF,$007C0016,$001D7FFF,$007D001D,$00247FFF,$007E0024,$002B7FFF,$007F002B,$00337FFF,$00800033,$003A7FFF,$0081003A,$00417FFF,$00820041,$00487FFF,$00830048,$004F7FFF,$0084004F,$00537FFF,$7FFF0000};
  468.     Cursor is oFingerCursor; 
  469.     X is 627; Y is 117; 
  470.     Width is 87; Height is 144; 
  471.     
  472.     
  473.     Events is [
  474.         cMouseUpEvent
  475.         with Flags is $00000004; Flag is true; 
  476.             Commands is [
  477.                 cBrowseCommand
  478.                 with Flags is $00000004; URL is "e6.k"; end
  479.             ];
  480.         end
  481.     ];
  482. end;
  483.  
  484. object ofilm_819 is cBox
  485. with 
  486.     Flags is $00000150; 
  487.     release Editor:
  488.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  489.     end;
  490.     Name is "film 8"; 
  491.     Region is {$FFFF0184,$00030004,$00790050,$0003004C,$004D7FFF,$00040048,$004C7FFF,$00050044,$00487FFF,$00060040,$00447FFF,$0007003C,$00407FFF,$00080038,$003C7FFF,$00090034,$00387FFF,$000A0030,$00347FFF,$000B002C,$00307FFF,$000C0027,$002C7FFF,$000D0023,$00277FFF,$000E001F,$00237FFF,$000F001B,$001F7FFF,$00100017,$001B7FFF,$00110013,$00177FFF,$0012000F,$00137FFF,$0013000B,$000F7FFF,$00140007,$000B7FFF,$00150004,$00077FFF,$00190004,$00057FFF,$001D004D,$004E7FFF,$001E0005,$00067FFF,$00230006,$00077FFF,$00270007,$00087FFF,$00280008,$000B7FFF,$0029000B,$000D7FFF,$002A000D,$000F7FFF,$002B000F,$00127FFF,$002C0012,$00137FFF,$0042004E,$004F7FFF,$00540012,$00137FFF,$005D004F,$00507FFF,$00690011,$00127FFF,$006C004F,$00507FFF,$006D004B,$004F7FFF,$006E0046,$004B7FFF,$006F0042,$00467FFF,$0070003E,$00427FFF,$00710039,$003E7FFF,$00720035,$00397FFF,$00730031,$00357FFF,$00740030,$00317FFF,$0075002C,$00307FFF,$00760024,$002C7FFF,$0077001D,$00247FFF,$00780016,$001D7FFF,$00790011,$00167FFF,$7FFF0000};
  492.     Cursor is oFingerCursor; 
  493.     X is 299; Y is 246; 
  494.     Width is 98; Height is 137; 
  495.     
  496.     
  497.     Events is [
  498.         cMouseUpEvent
  499.         with Flags is $00000004; Flag is true; 
  500.             Commands is [
  501.                 cBrowseCommand
  502.                 with Flags is $00000004; URL is "e11.k"; end
  503.             ];
  504.         end
  505.     ];
  506. end;
  507.  
  508. object ofilm_820 is cBox
  509. with 
  510.     Name is "film 8"; 
  511.     Region is {$FFFF013C,$00000003,$00700055,$00000051,$00557FFF,$00010047,$00517FFF,$0002003C,$00477FFF,$00030032,$003C7FFF,$00040028,$00327FFF,$0005001E,$00287FFF,$00060013,$001E7FFF,$00070009,$00137FFF,$00080003,$00097FFF,$00360054,$00557FFF,$003D0003,$00077FFF,$003E0007,$00087FFF,$003F0008,$000A7FFF,$0040000A,$000C7FFF,$0041000C,$000D7FFF,$0042000D,$000F7FFF,$0043000F,$00117FFF,$00440011,$00127FFF,$00450012,$00147FFF,$00460014,$00167FFF,$00470016,$00177FFF,$00480017,$00197FFF,$00490019,$001B7FFF,$004A001B,$001C7FFF,$004B001C,$001E7FFF,$004C001E,$001F7FFF,$0051001F,$00207FFF,$005E0020,$00217FFF,$00670020,$00217FFF,$006A001F,$00207FFF,$006B0051,$00547FFF,$006C001F,$00220049,$00517FFF,$006D0022,$00250041,$00497FFF,$006E0025,$00280038,$00417FFF,$006F0028,$002B0030,$00387FFF,$0070002B,$00307FFF,$7FFF0000};
  512.     Cursor is oFingerCursor; 
  513.     X is 378; Y is 239; 
  514.     Width is 89; Height is 122; 
  515.     
  516.     
  517.     Events is [
  518.         cMouseUpEvent
  519.         with Flag is true; 
  520.             Commands is [
  521.                 cBrowseCommand
  522.                 with URL is "e10.k"; end
  523.             ];
  524.         end
  525.     ];
  526. end;
  527.  
  528. object ofilm_921 is cBox
  529. with 
  530.     Name is "film 9"; 
  531.     Region is {$FFFF0044,$00040006,$006F0053,$00040008,$00537FFF,$001F0007,$00087FFF,$00390052,$00537FFF,$00540006,$00077FFF,$006D0040,$00527FFF,$006E001A,$00407FFF,$006F0006,$001A7FFF,$7FFF0000};
  532.     Cursor is oFingerCursor; 
  533.     X is 459; Y is 235; 
  534.     Width is 88; Height is 119; 
  535.     
  536.     
  537.     Events is [
  538.         cMouseUpEvent
  539.         with Flag is true; 
  540.             Commands is [
  541.                 cBrowseCommand
  542.                 with URL is "e9.k"; end
  543.             ];
  544.         end
  545.     ];
  546. end;
  547.  
  548. object ofilm_1122 is cBox
  549. with 
  550.     release Editor:
  551.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  552.     end;
  553.     Name is "film 11"; 
  554.     Region is {$FFFF0064,$00000000,$00680055,$00000002,$00557FFF,$00010002,$00037FFF,$00030054,$00557FFF,$00060054,$00557FFF,$000C0002,$00037FFF,$00210001,$00027FFF,$00360000,$00017FFF,$003C0054,$00557FFF,$00600053,$00547FFF,$00670000,$002A7FFF,$0068002A,$00537FFF,$7FFF0000};
  555.     Cursor is oFingerCursor; 
  556.     X is 543; Y is 239; 
  557.     Width is 85; Height is 118; 
  558.     
  559.     
  560.     Events is [
  561.         cMouseUpEvent
  562.         with Flag is true; 
  563.             Commands is [
  564.                 cBrowseCommand
  565.                 with URL is "e8.k"; end
  566.             ];
  567.         end
  568.     ];
  569. end;
  570.  
  571. object ofilm_1123 is cBox
  572. with 
  573.     Flags is $00000150; 
  574.     Name is "film 11"; 
  575.     Region is {$FFFF00B4,$00010002,$00700052,$00010003,$00077FFF,$00020007,$00107FFF,$00030010,$00197FFF,$00040019,$00217FFF,$00050021,$002A7FFF,$0006002A,$00337FFF,$00070033,$003B7FFF,$0008003B,$00447FFF,$00090044,$004D7FFF,$000A004D,$00517FFF,$00350002,$00037FFF,$003C0051,$00527FFF,$00680002,$00077FFF,$00690007,$00117FFF,$006A0011,$001B7FFF,$006B001B,$00257FFF,$006C0025,$002F7FFF,$006D002F,$00397FFF,$006E0039,$00437FFF,$006F0043,$004D7FFF,$0070004D,$00527FFF,$7FFF0000};
  576.     Cursor is oFingerCursor; 
  577.     X is 631; Y is 239; 
  578.     Width is 85; Height is 118; 
  579.     
  580.     
  581.     Events is [
  582.         cMouseUpEvent
  583.         with Flags is $00000004; Flag is true; 
  584.             Commands is [
  585.                 cBrowseCommand
  586.                 with Flags is $00000004; URL is "e7.k"; end
  587.             ];
  588.         end
  589.     ];
  590. end;
  591.  
  592. object ofilm_1224 is cBox
  593. with 
  594.     Flags is $00000150; 
  595.     release Editor:
  596.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  597.     end;
  598.     Name is "film 12"; 
  599.     Region is {$FFFF00E0,$00000003,$0076004F,$00000005,$00097FFF,$00010004,$00050009,$00107FFF,$00020010,$00177FFF,$00030017,$001E7FFF,$0004001E,$00257FFF,$00050025,$002D7FFF,$0006002D,$00347FFF,$00070034,$003B7FFF,$0008003B,$00427FFF,$00090042,$00497FFF,$000A0049,$004D7FFF,$0024004D,$004E7FFF,$00370003,$00047FFF,$005B004E,$004F7FFF,$006B0003,$00067FFF,$006C0006,$000C7FFF,$006D000C,$00137FFF,$006E0013,$00197FFF,$006F0019,$001F7FFF,$0070001F,$00267FFF,$00710026,$002C7FFF,$0072002C,$00327FFF,$00730032,$00397FFF,$00740039,$003F7FFF,$0075003F,$00457FFF,$00760045,$004F7FFF,$7FFF0000};
  600.     Cursor is oFingerCursor; 
  601.     X is 713; Y is 139; 
  602.     Width is 85; Height is 118; 
  603.     
  604.     
  605.     Events is [
  606.         cMouseUpEvent
  607.         with Flags is $00000004; Flag is true; 
  608.             Commands is [
  609.                 cBrowseCommand
  610.                 with Flags is $00000004; URL is "e12.k"; end
  611.             ];
  612.         end
  613.     ];
  614. end;
  615.  
  616. object ofilm_1025 is cBox
  617. with 
  618.     Name is "film 10"; 
  619.     Region is {$FFFF00D8,$00000003,$006D0051,$00000005,$00187FFF,$00010018,$001D7FFF,$0002001D,$00237FFF,$00030023,$00287FFF,$00040028,$002D7FFF,$0005002D,$00337FFF,$00060033,$00387FFF,$00070038,$003E7FFF,$0008003E,$00437FFF,$00090043,$00487FFF,$000A0048,$004D7FFF,$000B004D,$004F7FFF,$00180004,$00057FFF,$0021004F,$00507FFF,$004E0003,$00040050,$00517FFF,$00660050,$00517FFF,$0067004A,$00507FFF,$00680044,$004A7FFF,$00690003,$0008003E,$00447FFF,$006A0008,$00110039,$003E7FFF,$006B0011,$001B0033,$00397FFF,$006C001B,$0024002D,$00337FFF,$006D0024,$002D7FFF,$7FFF0000};
  620.     Cursor is oFingerCursor; 
  621.     X is 711; Y is 250; 
  622.     Width is 85; Height is 118; 
  623.     
  624.     
  625.     Events is [
  626.         cMouseUpEvent
  627.         with Flag is true; 
  628.             Commands is [
  629.                 cBrowseCommand
  630.                 with URL is "e5.k"; end
  631.             ];
  632.         end
  633.     ];
  634. end;
  635.  
  636. object oAllocine26 is cBox
  637. with 
  638.     Name is "Allocine"; 
  639.     Region is {$FFFF0034,$00000000,$0022006C,$00000000,$006C7FFF,$001F0000,$00127FFF,$00200012,$00377FFF,$00210037,$005C7FFF,$0022005C,$006C7FFF,$7FFF0000};
  640.     Cursor is oFingerCursor; 
  641.     X is 582; Y is 435; 
  642.     Width is 108; Height is 36; 
  643.     
  644.     
  645.     Events is [
  646.         cMouseUpEvent
  647.         with Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with URL is "data/Interface/allocine.k"; URLOption is GetDiskURL; end
  651.             ];
  652.         end,
  653.         cMouseEnterEvent
  654.         with 
  655.             Commands is [
  656.                 cShowCommand
  657.                 with Target is oTargetSelf; end
  658.             ];
  659.         end,
  660.         cMouseLeaveEvent
  661.         with 
  662.             Commands is [
  663.                 cShowCommand
  664.                 with Target is oTargetSelf; Mode is Clear; end
  665.             ];
  666.         end
  667.     ];
  668. end;
  669.  
  670. object obios27 is cBox
  671. with 
  672.     Name is "bios"; 
  673.     Region is {$FFFF00C4,$00060004,$002A0047,$0006003E,$00417FFF,$00070038,$003E7FFF,$00080032,$00380041,$00427FFF,$0009002C,$00327FFF,$000A0027,$002C0042,$00437FFF,$000B0020,$00277FFF,$000C001A,$00207FFF,$000E0014,$001A0043,$00447FFF,$000F000E,$00147FFF,$00100008,$000E0044,$00457FFF,$00110004,$00087FFF,$00120045,$00467FFF,$001B0046,$00477FFF,$001C0004,$00057FFF,$00230042,$00477FFF,$00240037,$00427FFF,$0025002C,$00377FFF,$00260022,$002C7FFF,$00280017,$00227FFF,$0029000C,$00177FFF,$002A0005,$000C7FFF,$7FFF0000};
  674.     Cursor is oFingerCursor; 
  675.     X is 695; Y is 383; 
  676.     Width is 84; Height is 43; 
  677.     
  678.     
  679.     Events is [
  680.         cMouseUpEvent
  681.         with Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with URL is "mm1.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object oavant_premi_res28 is cBox
  691. with 
  692.     Flags is $00000150; 
  693.     Name is "avant premi\$E8res"; 
  694.     Region is {$FFFF0034,$00050002,$00180055,$00050003,$00547FFF,$00060054,$00557FFF,$000F0002,$00037FFF,$0017002D,$00557FFF,$00180002,$002D7FFF,$7FFF0000};
  695.     Cursor is oFingerCursor; 
  696.     X is 694; Y is 471; 
  697.     Width is 94; Height is 29; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cBrowseCommand
  705.                 with Flags is $00000004; URL is "avant%20prem.k"; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object oReportages29 is cBox
  712. with 
  713.     Flags is $00000150; 
  714.     Name is "Reportages"; 
  715.     Region is {$FFFF0084,$00060002,$001A0040,$00060037,$003D7FFF,$0007002C,$00377FFF,$00080020,$002C7FFF,$00090014,$00207FFF,$000A0009,$00147FFF,$000B0002,$0009003D,$003E7FFF,$000D0002,$00037FFF,$000F003E,$003F7FFF,$00130003,$00047FFF,$0014003F,$00407FFF,$00170037,$00407FFF,$00180004,$00050024,$00377FFF,$00190010,$00247FFF,$001A0005,$00107FFF,$7FFF0000};
  716.     Cursor is oFingerCursor; 
  717.     X is 694; Y is 422; 
  718.     Width is 94; Height is 29; 
  719.     
  720.     
  721.     Events is [
  722.         cMouseUpEvent
  723.         with Flags is $00000004; Flag is true; 
  724.             Commands is [
  725.                 cBrowseCommand
  726.                 with Flags is $00000004; URL is "reportages.k"; end
  727.             ];
  728.         end
  729.     ];
  730. end;
  731.  
  732. object ovid_os30 is cBox
  733. with 
  734.     Flags is $00000150; 
  735.     release Editor:
  736.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  737.     end;
  738.     Name is "vid\$E9os"; 
  739.     Region is {$FFFF004C,$00070003,$001B003B,$0007002D,$003A7FFF,$00080012,$002D7FFF,$00090003,$00127FFF,$0010003A,$003B7FFF,$00110003,$00047FFF,$0019002E,$003B7FFF,$001A0013,$002E7FFF,$001B0004,$00137FFF,$7FFF0000};
  740.     Cursor is oFingerCursor; 
  741.     X is 694; Y is 445; 
  742.     Width is 94; Height is 29; 
  743.     
  744.     
  745.     Events is [
  746.         cMouseUpEvent
  747.         with Flags is $00000004; Flag is true; 
  748.             Commands is [
  749.                 cBrowseCommand
  750.                 with Flags is $00000004; URL is "videos.k"; end
  751.             ];
  752.         end
  753.     ];
  754. end;
  755.  
  756. object oweb31 is cBox
  757. with 
  758.     Flags is $00000150; 
  759.     Name is "web"; 
  760.     Region is {$FFFF00F4,$00050008,$00380059,$00050009,$00197FFF,$00060019,$003A7FFF,$0007003A,$004A7FFF,$000F0008,$00097FFF,$00150034,$003F7FFF,$0016003F,$004A7FFF,$001B0034,$00357FFF,$001C0008,$00097FFF,$001D0009,$00147FFF,$001E0014,$001B7FFF,$001F001B,$001D7FFF,$0020001D,$001F7FFF,$0021001F,$00217FFF,$00220021,$00237FFF,$00230023,$00250035,$003B7FFF,$00240025,$0027003B,$00477FFF,$00250027,$00290047,$00537FFF,$00260029,$002A0053,$00597FFF,$0027002A,$002B7FFF,$002A002B,$002C7FFF,$002E002C,$002D7FFF,$0031002D,$002E7FFF,$0033002E,$00347FFF,$00340034,$003F7FFF,$0035003F,$004F7FFF,$0037004F,$00557FFF,$00380055,$00597FFF,$7FFF0000};
  761.     Cursor is oEarthCursor; 
  762.     X is 696; Y is 497; 
  763.     Width is 91; Height is 61; 
  764.     
  765.     
  766.     Events is [
  767.         cMouseUpEvent
  768.         with Flags is $00000004; Flag is true; 
  769.             Commands is [
  770.                 cLaunchCommand
  771.                 with URL is "http://www.cyberpress-publishing.com/"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  772.             ];
  773.         end
  774.     ];
  775. end;
  776.  
  777. object oBOUCLE_DES_FILM32 is cBox
  778. with 
  779.     Name is "BOUCLE DES FILM"; 
  780.     Cursor is oFingerCursor; 
  781.     X is 22; Y is 576; 
  782.     Width is 158; Height is 18; 
  783.     
  784.     
  785.     Events is [
  786.         cMouseUpEvent
  787.         with Flag is true; 
  788.             Commands is [
  789.                 cBrowseCommand
  790.                 with URL is "boucle videos.k"; end
  791.             ];
  792.         end
  793.     ];
  794. end;
  795.  
  796. object oquitter33 is cBox
  797. with 
  798.     Name is "quitter"; 
  799.     Cursor is oFingerCursor; 
  800.     X is 180; Y is 576; 
  801.     Width is 158; Height is 18; 
  802.     
  803.     
  804.     Events is [
  805.         cMouseEnterEvent
  806.         with 
  807.             Commands is [
  808.                 cShowCommand
  809.                 with Target is oTargetSelf; end
  810.             ];
  811.         end,
  812.         cMouseLeaveEvent
  813.         with 
  814.             Commands is [
  815.                 cShowCommand
  816.                 with Target is oTargetSelf; Mode is Clear; end
  817.             ];
  818.         end,
  819.         cMouseUpEvent
  820.         with Flag is true; 
  821.             Commands is [
  822.                 cBrowseCommand
  823.                 with URL is "quitter.k"; end
  824.             ];
  825.         end
  826.     ];
  827. end;